home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 50-CommHardware / modem / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  1.5 KB  |  36 lines

  1. #! /usr/bin/perl5
  2. print <<EndOfFile;
  3. Content-type: text/html
  4.  
  5. <H1>Modems</H1>
  6. <P>
  7. A modem is a modulator-demodulator: it converts the digital
  8. communication that a computer issues to an analog tone sequence that
  9. can be sent over a standard telephone line. This Internet Gateway system 
  10. has two serial ports that can be used for modem connections. However, one 
  11. serial port is usually reserved for a console connection.
  12. <P>
  13. Most modern modems contain a number of parameters that control their 
  14. operation, such as data compression, error correction, and speed of the
  15. connection (known as a baud rate). These parameters must be set to
  16. comply with a modem on the opposite end of the connection; the remote
  17. modem converts the incoming analog tone sequence to digital data before
  18. passing it to the destination host.
  19. <P>
  20. An outgoing modem call from the Internet Gateway system must contain the 
  21. name and telephone number of the destination host (presumably an ISP host). 
  22. Because the destination host normally maintains a user account to service 
  23. modem calls, the outgoing call must also contain the login name
  24. and password for the modem account.
  25. <P>
  26. Use these forms to configure a modem on the <I>WebForce Internet Gateway</I>
  27. server:
  28. <UL>
  29. <LI><A HREF="index.modem1.shtml" TARGET="left">Modem Accounts</A>
  30. <LI><A HREF="index.modem2.shtml" TARGET="left">Modem Installation</A>
  31. </UL>
  32. <P>
  33. For more information on using a modem with your <I>WebForce Internet Gateway</I>
  34. server, refer to <CITE>IRIX Admin: Peripheral Devices</CITE>.
  35. EndOfFile
  36.